From 1e9da319a31b036f9ae6bac1d31eff1c4a67babc Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Davidovi=C4=87?= Date: Wed, 24 Dec 2014 04:58:53 +0100 Subject: [PATCH] Update Cargo.lock for newest dependencies --- Cargo.lock | 72 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f94cf395..c54edbd8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,28 +2,29 @@ name = "cargo" version = "0.1.0" dependencies = [ - "curl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "docopt 0.6.15 (git+https://github.com/alexcrichton/docopt.rs?ref=update)", + "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "docopt 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "git2 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "git2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", - "log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "registry 0.1.0", - "semver 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tar 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "toml 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "curl" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curl-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -32,16 +33,17 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "docopt" -version = "0.6.15" -source = "git+https://github.com/alexcrichton/docopt.rs?ref=update#ad176d540d344beb932cea8aa6270b92696a48bc" +version = "0.6.19" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "regex 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -59,12 +61,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git2" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libgit2-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -83,7 +85,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libssh2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -101,7 +103,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -115,10 +117,10 @@ dependencies = [ [[package]] name = "log" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "regex 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -131,7 +133,7 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libressl-pnacl-sys 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -150,41 +152,51 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "regex" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "registry" version = "0.1.0" dependencies = [ - "curl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "rustc-serialize" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "semver" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tar" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "time" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gcc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "toml" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rustc-serialize 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "url" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -- 2.30.2